Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/

Clear1.jpg /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/Clear1.jpg
127 Views
0 Comments
Media file
assets /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/assets/
1 Items
  • weather.png
  • clouds.jpg /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/clouds.jpg
    103 Views
    0 Comments
    Media file
    font /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/index.html
    380 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    rain.jpg /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/rain.jpg
    121 Views
    0 Comments
    Media file
    script.js /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/script.js
    141 Views
    0 Comments
    const weatherApi = {
    key: "828cc99e0335c9476a8f751b7c386d9a",
    baseUrl: "https://api.openweathermap.org/data/2.5/weather"
    }


    snow.jpg /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/snow.jpg
    119 Views
    0 Comments
    Media file
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/style.css
    142 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    @font-face {
    font-family: "sans";
    sunny.jpg /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/sunny.jpg
    108 Views
    0 Comments
    Media file
    thunder.jpg /cody/swapnilsparsh/30DaysOfJavaScript/25 - Weather App/thunder.jpg
    114 Views
    0 Comments
    Media file